home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / x25 / nrs.shar.Z / nrs.shar / SPD.ms < prev    next >
Encoding:
Text File  |  1990-04-27  |  3.8 KB  |  127 lines

  1. .\"  RCSid[] = "@(#)$Header: SPD.ms,v 3.4 88/05/27 06:26:02 pb Rel $"
  2. .TL
  3. NRS database processor in C
  4. .AU
  5. Piete Brooks
  6. .AI
  7. University of Cambridge
  8. .AU
  9. Julian Onions
  10. .AI
  11. University of Nottingham
  12. .AU
  13. Adrian Pell
  14. .AI
  15. University of Reading
  16. .SH
  17. What is the NRS?
  18. .LP
  19. The Name Registration Service (NRS) is operated by the University
  20. of Salford on behalf of the Joint Network Team (JNT) of the
  21. Computer Board.
  22. It maintains a database of information relating names of
  23. entities (machines) and services to X.25 addresses on both JANET and
  24. PSS and vice versa.
  25. .LP
  26. The NRS also provides a number of packages for accessing the database
  27. in various ways.
  28. These latter packages are written in FORTRAN.
  29. .SH
  30. What is the NRS database processor in C?
  31. .LP
  32. The NRS database processor in C is a configurable package to take
  33. the output of the NRS database, and convert it to forms suitable
  34. for input to a number of other programs, typically mail and
  35. communications systems.
  36. .SH
  37. What output formats are supported?
  38. .LP
  39. The package can produce output in the following forms:
  40. .IP \(bu
  41. Yorkbox directory tables.
  42. Both the current release (2.2) and the previous release (2.1) of the
  43. software are supported, although the tables are more compact and
  44. easier to inspect with release 2.2.
  45. .IP \(bu
  46. Mmdf channel and domain tables
  47. .IP \(bu
  48. X25hosts format.
  49. This is used for the UBC X.25 code.
  50. .IP \(bu
  51. Text format, similar to the t.central format produced by the NRS
  52. (useful for sticking on the wall as wallpaper!) as well PR1ME
  53. (also similar to t.central) and edtext which is actually quite useful.
  54. .IP \(bu
  55. VAX/VMS "Coloured Book".
  56. .IP \(bu
  57. Sendmail tables.
  58. Both the UK-1.4 sendmail configuration suite, and the Reading
  59. sendmail suite are supported.
  60. .IP \(bu
  61. DBM mode.
  62. This is a textual representation of the DBM format used by the UCL niftp
  63. suite. It is passed through dbencode to generate the DBM file.
  64. .SH
  65. What do I need to get it running?
  66. .LP
  67. The package is written in C and should be readily portable to most
  68. systems having a C compiler.
  69. However, it does require about 80kb of heap space (on a
  70. VAX) in addition to 70kb of program and static data.
  71. This size may be reduced by configuring out some of the output
  72. formats - full details in the kit.
  73. In addition, it must be possible to move to any point in a file
  74. without restriction.
  75. It is known to run on 
  76. .UX
  77. systems of a number of flavours, on VAX/VMS V4 with the VAX/VMS C
  78. compiler version 2.1 and on PR1MEs.
  79. .LP
  80. Besides the aforementioned C compiler, the only other requirement
  81. is a copy of the current NRS database.
  82. This can be obtained by FTP from the NRS machine.
  83. However, this does necessitate a valid username & password for
  84. the NRS machine.
  85. All academic institutions have an NRS administrator (often in the
  86. Computer Centre), who can supply details of this on request.
  87. If in difficulty, try contacting the NRS direct.
  88. You can call uk.ac.nrs on X29 or TS29 (currently 000014901000 and
  89. 000014901000/X29.000014901000 respectively) or phone
  90. John Davidson <JOHND@uk.ac.salf.r-d> on 061-737 7010.
  91. .SH
  92. Where do I get this wonderful package?
  93. .LP
  94. A shar format copy (which is about 150k bytes) of
  95. the package may be obtained by one of the following methods:
  96. .IP 1)
  97. By anonymous FTP as follows:
  98. .DS
  99. Machine: uk.ac.nott.cs (JANET 000021000018)
  100. Filename: <FTP>/nrs-shar
  101. Authorisation: guest
  102. Password: your-own-name
  103. .DE
  104. .IP 2)
  105. By mail from jpo@uk.ac.nott.cs, pb@uk.ac.cam.cl
  106. or from the UK distributed info-server.
  107. Send mail to info-server at uk.ac.cam.cl, uk.ac.nott.cs or uk.ac.ukc,
  108. with a body of the form
  109. .DS
  110. Request: catalogue
  111. Topic: c-nrs
  112. .DE
  113. .SH
  114. If in difficulty ...
  115. .LP
  116. There is a mailing list for
  117. bug reports, patches, and discussions of problems.
  118. To subscribe to the list, send mail to:
  119. .DS
  120. unix-nrs-request@uk.ac.nott.cs
  121. .DE
  122. .LP
  123. Items for distribution to the mailing list should be sent to:
  124. .DS
  125. unix-nrs@uk.ac.nott.cs
  126. .DE
  127.